max_memory       2314 ext/spl/spl_directory.c 	zend_long max_memory = PHP_STREAM_MAX_MEM;
max_memory       2319 ext/spl/spl_directory.c 	if (zend_parse_parameters_throw(ZEND_NUM_ARGS(), "|l", &max_memory) == FAILURE) {
max_memory       2323 ext/spl/spl_directory.c 	if (max_memory < 0) {
max_memory       2327 ext/spl/spl_directory.c 		intern->file_name_len = slprintf(tmp_fname, sizeof(tmp_fname), "php://temp/maxmemory:%pd", max_memory);
max_memory       3088 ext/spl/spl_directory.c 	ZEND_ARG_INFO(0, max_memory)
max_memory        181 ext/standard/php_fopen_wrapper.c 	zend_long max_memory;
max_memory        193 ext/standard/php_fopen_wrapper.c 		max_memory = PHP_STREAM_MAX_MEM;
max_memory        196 ext/standard/php_fopen_wrapper.c 			max_memory = ZEND_STRTOL(path, NULL, 10);
max_memory        197 ext/standard/php_fopen_wrapper.c 			if (max_memory < 0) {
max_memory        207 ext/standard/php_fopen_wrapper.c 		return php_stream_temp_create(mode_rw, max_memory);