Home
last modified time | relevance | path

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

/php-src/ext/phar/
H A Dphar_object.c2362 bool format_is_null = 1, method_is_null = 1; in PHP_METHOD() local
2364 …ters(ZEND_NUM_ARGS(), "|l!l!s!", &format, &format_is_null, &method, &method_is_null, &ext, &ext_le… in PHP_METHOD()
2401 if (method_is_null) { in PHP_METHOD()
2473 bool format_is_null = 1, method_is_null = 1; in PHP_METHOD() local
2475 …ters(ZEND_NUM_ARGS(), "|l!l!s!", &format, &format_is_null, &method, &method_is_null, &ext, &ext_le… in PHP_METHOD()
2511 if (method_is_null) { in PHP_METHOD()
4571 bool method_is_null = 1; in PHP_METHOD() local
4573 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|l!", &method, &method_is_null) == FAILURE) { in PHP_METHOD()
4579 if (method_is_null) { in PHP_METHOD()

Completed in 13 milliseconds