Home
last modified time | relevance | path

Searched refs:php_binary (Results 1 – 7 of 7) sorted by relevance

/PHP-7.3/scripts/
H A Dphp-config.in37 php_binary="$php_cli_binary"
39 php_binary="$php_cgi_binary"
59 echo $php_binary;;
81 --php-binary [$php_binary]
/PHP-7.3/ext/session/tests/
H A Dsession_encode_variation7.phpt6 session.serialize_handler=php_binary
H A Dbug72562.phpt8 ini_set('session.serialize_handler', 'php_binary');
/PHP-7.3/main/
H A Dphp_globals.h84 char *php_binary; member
H A Dmain.c441 PG(php_binary) = NULL; in php_binary_init()
478 PG(php_binary) = binary_location; in php_binary_init()
2026 if (core_globals->php_binary) { in core_globals_dtor()
2027 free(core_globals->php_binary); in core_globals_dtor()
2265 if (PG(php_binary)) { in php_module_startup()
2266 …REGISTER_MAIN_STRINGL_CONSTANT("PHP_BINARY", PG(php_binary), strlen(PG(php_binary)), CONST_PERSIST… in php_module_startup()
H A Dphp_ini.c525 if (PG(php_binary)) { in php_init_config()
528 binary_location = estrdup(PG(php_binary)); in php_init_config()
/PHP-7.3/ext/session/
H A Dsession.c888 PS_SERIALIZER_ENCODE_FUNC(php_binary) /* {{{ */ in PS_SERIALIZER_ENCODE_FUNC() argument
910 PS_SERIALIZER_DECODE_FUNC(php_binary) /* {{{ */ in PS_SERIALIZER_DECODE_FUNC() argument
1032 PS_SERIALIZER_ENTRY(php_binary)

Completed in 40 milliseconds